home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / MMOUSE.C < prev    next >
C/C++ Source or Header  |  1992-02-03  |  139b  |  6 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{294,400},{247,200},{196,400},{147,200},{196,200},{247,200}
  4. ,{294,400}};
  5. #define MAX 7
  6.